home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 7 / developer source - volume 7.iso / orinf / jul96 / hoskf108.gif < prev    next >
Graphics Interchange Format  |  1996-11-15  |  13KB  |  509x416  |  4-bit (12 colors)
Labels: text | electronics | screenshot | display | software | number | web page | computer icon | operating system | website | font
OCR: ADDRBOOK Properties ..... ... *** . .. 7 (Declarations) Windows External used to open help files from 'Help' button DECLARE FUNCTION WinHelp LIB "user. exe" ( ByVal hund AS Long, ByVal h ' Windows Communications' Globals and externals Global gComPrt AS Integer DECLARE FUNCTION OpenComm LIB "user. exe" ( ByVal comm AS String, ByVa. DECLARE FUNCTION WriteComm LIB "user. exe" ( ByVal port AS Integer, By DECLARE FUNCTION CloseComm LIB "user. exe" ( ByVal port AS Integer ) A DECLARE FUNCTION GetCommState LIB "user. exe" ( ByVal port AS Integer, DECLARE FUNCTION FlushComm LIB "user. exe" ( ByVal port AS Integer, By ' Constants used to identify context sensitive help CONST cHelpFile = ". \samples\ sample.hlp" CONST cContentsHelpID = 1029 CONST cHowToUseHelpID = 1030 1 Constants used for MenuBars and Toolbars CONST cCmdAbout = Cmd_FirstUserCommand + 1 CONST cCmdStop = Cmd_FirstUserCommand + 30 CONST cCmdContentsHelp = Cmd_FirstUserCommand + 31 CONST cCmdContextHelp = Cmd_FirstUserCommand + 32